-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move machine-based options from config.base to host files #3053
base: develop
Are you sure you want to change the base?
Move machine-based options from config.base to host files #3053
Conversation
This will break the |
There is an issue with the Marking ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a commendable PR and a key demonstration of how to refactor an "if-y diff-y" system specific configuration construct into a more centralized and pythonic approach. I particularly liked how you enhanced the formation of the defaulting overrides.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor things and one thing to sneak in (or leave for another time).
Experiment C96C48_hybatmaerosnowDA FAILED on Hera in Build# 3 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C96C48_hybatmaerosnowDA FAILED on Hera in Build# 3 in |
Experiment C48_ATM FAILED on Hera in Build# 3 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C96_S2SWA_gefs_replay_ics FAILED on Hera in Build# 3 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C48_ATM FAILED on Hera in Build# 3 in |
Experiment C96_S2SWA_gefs_replay_ics FAILED on Hera in Build# 3 in |
Experiment C48mx500_3DVarAOWCDA FAILED on Hera in Build# 3 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C96_atm3DVar FAILED on Hera in Build# 3 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C96_atm3DVar FAILED on Hera in Build# 3 in |
Experiment C48mx500_3DVarAOWCDA FAILED on Hera in Build# 3 in |
Experiment C96C48_hybatmDA FAILED on Hera in Build# 3 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C96C48_hybatmDA FAILED on Hera in Build# 3 in |
Experiment C96C48_ufs_hybatmDA FAILED on Hera in Build# 3 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C96C48_ufs_hybatmDA FAILED on Hera in Build# 3 in |
HPSS is down for maintenance today (11/6) and rest of the week. |
Next two days are only partial read outages, which I think means the tests should work after today. |
Experiment C48_S2SW FAILED on Hera in Build# 3 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C48_S2SW FAILED on Hera in Build# 3 in |
CI Failed on Hera in Build# 3
|
CI Passed on Hercules in Build# 2
|
Hera failed in part due to HPSS being down, but also because the machine-specific |
Description
This moves all machine-specific options to the workflow/hosts files from the config.* files.
This also turns HPSS archiving on for WCOSS2 by default.
Resolves #2942
Type of change
Change characteristics
How has this been tested?
CI testing on Hercules. The tracker and genesis jobs did not run (as expected).
WCOSS2 testing still needs to be performed.
Checklist